home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Education'More / M-Q / Math.cpt / Math / card_4992.txt < prev    next >
Text File  |  1990-12-18  |  2KB  |  72 lines

  1. -- card: 4992 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4724
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=256 top=298 right=321 bottom=281
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=228 top=298 right=321 bottom=254
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1014 / 1014
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Preevious Card
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to prev card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (field)
  47. -- low flags: 01
  48. -- high flags: 0000
  49. -- rect: left=24 top=20 right=278 bottom=478
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: 
  58.  
  59.  
  60. -- part contents for card part 3
  61. ----- text -----
  62.  
  63.  
  64. This stack is FREE!  It is NOT a fancy stack with lots of graphics and sounds.  
  65.  
  66. The stack contains simple multiplication and division exercises for young children.  I have used it with my second grade daughter and we found it to be useful.
  67.  
  68. The stack is uprotected.  If you are a hypercard virgin and want to see how some simple interactive programs can be written, look at the button, field, card and stack scripts.  Just type 
  69. cmd m                                               gets the message box
  70. show menubar                                  gets the menus
  71.  
  72. and you are off and running.